github.com/jackc/pgx/v5/internal/sanitize.sqlLexer.src (field)
27 uses
github.com/jackc/pgx/v5/internal/sanitize (current package)
sanitize.go#L136: l.src = sql
sanitize.go#L205: src string
sanitize.go#L217: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L222: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L232: nextRune, _ := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L235: l.parts = append(l.parts, l.src[l.start:l.pos-width])
sanitize.go#L241: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L247: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L255: l.parts = append(l.parts, l.src[l.start:l.pos])
sanitize.go#L266: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L271: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L279: l.parts = append(l.parts, l.src[l.start:l.pos])
sanitize.go#L290: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L295: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L303: l.parts = append(l.parts, l.src[l.start:l.pos])
sanitize.go#L318: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L335: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L340: _, width = utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L343: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L351: l.parts = append(l.parts, l.src[l.start:l.pos])
sanitize.go#L362: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L367: _, width = utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L374: l.parts = append(l.parts, l.src[l.start:l.pos])
sanitize.go#L385: r, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L390: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L396: nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
sanitize.go#L410: l.parts = append(l.parts, l.src[l.start:l.pos])